[INFO] cloning repository https://github.com/cherriberry/fec-tunnel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cherriberry/fec-tunnel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcherriberry%2Ffec-tunnel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcherriberry%2Ffec-tunnel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c8029c2ebfbd86b2ceee19ee9c11cf9e395646c8
[INFO] checking cherriberry/fec-tunnel against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcherriberry%2Ffec-tunnel" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cherriberry/fec-tunnel
[INFO] finished tweaking git repo https://github.com/cherriberry/fec-tunnel
[INFO] tweaked toml for git repo https://github.com/cherriberry/fec-tunnel written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cherriberry/fec-tunnel on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cherriberry/fec-tunnel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7
[INFO] running `Command { std: "docker" "start" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking iceoryx2-pal-concurrency-sync v0.7.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking iceoryx2-bb-elementary-traits v0.7.0
[INFO] [stderr]     Checking iceoryx2-bb-log v0.7.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking iceoryx2-pal-configuration v0.7.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking iceoryx2-bb-elementary v0.7.0
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking netlink-packet-core v0.8.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking tiny-fn v0.1.9
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking iceoryx2-bb-lock-free v0.7.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling tz-rs v0.7.3
[INFO] [stderr]    Compiling binrw_derive v0.15.1
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking netlink-packet-route v0.28.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling tzdb_data v0.2.4
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling binrw v0.15.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr] error: could not compile `netlink-packet-route` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7/bin/rustc --crate-name netlink_packet_route --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-packet-route-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rich_nlas"))' -C metadata=288cde5cc7e9f8ae -C extra-filename=-e3cfa9da11c3f573 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-9de504ee9e1bee1a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-51c011d304096252.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-243a4081f8655140.rmeta --extern netlink_packet_core=/opt/rustwide/target/debug/deps/libnetlink_packet_core-62436d658cad38da.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7", kill_on_drop: false }`
[INFO] [stdout] e7382e81e235047d367e052451cdcf89ad1d7578bf9ba562fd224dcd7e850df7
